home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Sample Code / Folder Watching / FW Receiver ƒ / FW Receiver.PPC.make < prev    next >
Encoding:
Text File  |  1996-02-16  |  3.3 KB  |  95 lines  |  [TEXT/MPS ]

  1. #   File:       FW Receiver.PPC.make
  2. #   Target:     FW Receiver.PPC
  3. #   Sources:    :Sources:AppleEvents.c
  4. #               :Sources:BareBones.c
  5. #               :Sources:Events.c
  6. #               :Sources:Initialize.c
  7. #               :Sources:Menus.c
  8. #               :Sources:Utilities.c
  9. #               :Sources:Windows.c
  10. #               :Sources:Lists.c
  11. #   Created:    Monday, January 29, 1996 01:00:34 AM
  12.  
  13.  
  14. MAKEFILE     = "FW Receiver.PPC.make"
  15. #•MondoBuild• = {MAKEFILE}  # Make blank to avoid rebuilds when makefile is modified
  16. •MondoBuild• =
  17. Includes     = ∂
  18.         -i :Sources:
  19. Sym•PPC      = 
  20. ObjDir•PPC   = :Objects:
  21.  
  22. PPCCOptions  = {Includes} {Sym•PPC}
  23.  
  24. Objects•PPC  = ∂
  25.         "{ObjDir•PPC}AppleEvents.c.x" ∂
  26.         "{ObjDir•PPC}BareBones.c.x" ∂
  27.         "{ObjDir•PPC}Events.c.x" ∂
  28.         "{ObjDir•PPC}Initialize.c.x" ∂
  29.         "{ObjDir•PPC}Menus.c.x" ∂
  30.         "{ObjDir•PPC}Utilities.c.x" ∂
  31.         "{ObjDir•PPC}Windows.c.x" ∂
  32.         "{ObjDir•PPC}Lists.c.x"
  33.  
  34. "FW Receiver.PPC" ƒƒ {•MondoBuild•} {Objects•PPC}
  35.     PPCLink ∂
  36.         -o {Targ} {Sym•PPC} ∂
  37.         {Objects•PPC} ∂
  38.         -t 'APPL' ∂
  39.         -c 'wFWR' ∂
  40.         "{SharedLibraries}InterfaceLib" ∂
  41.         "{SharedLibraries}StdCLib" ∂
  42.         "{PPCLibraries}StdCRuntime.o" ∂
  43.         "{PPCLibraries}PPCCRuntime.o"
  44.  
  45.  
  46. "FW Receiver.PPC" ƒƒ {•MondoBuild•} ":Resources:FW Receiver.rsrc"
  47.     Echo 'Include ":Resources:FW Receiver.rsrc";' | Rez -append -o "FW Receiver.PPC"
  48.  
  49. "FW Receiver.PPC" ƒƒ {•MondoBuild•} ":Resources:Tabs LDEF.68K.rsrc"
  50.     Echo 'Include ":Resources:Tabs LDEF.68K.rsrc";' | Rez -append -o "FW Receiver.PPC"
  51.  
  52. "FW Receiver.PPC" ƒƒ {•MondoBuild•} ":Resources:Size.rsrc"
  53.     Echo 'Include ":Resources:Size.rsrc";' | Rez -append -o "FW Receiver.PPC"
  54.  
  55.  
  56. "{ObjDir•PPC}AppleEvents.c.x" ƒ {•MondoBuild•} :Sources:AppleEvents.c ∂
  57.                                 :Sources:BareBones.h ∂
  58.                                 :Sources:Prototypes.h
  59.     {PPCC} :Sources:AppleEvents.c -o {Targ} {PPCCOptions}
  60.  
  61. "{ObjDir•PPC}BareBones.c.x" ƒ {•MondoBuild•} :Sources:BareBones.c ∂
  62.                               :Sources:Prototypes.h ∂
  63.                               :Sources:BareBones.h
  64.     {PPCC} :Sources:BareBones.c -o {Targ} {PPCCOptions}
  65.  
  66. "{ObjDir•PPC}Events.c.x" ƒ {•MondoBuild•} :Sources:Events.c ∂
  67.                               :Sources:BareBones.h ∂
  68.                               :Sources:Prototypes.h
  69.     {PPCC} :Sources:Events.c -o {Targ} {PPCCOptions}
  70.  
  71. "{ObjDir•PPC}Initialize.c.x" ƒ {•MondoBuild•} :Sources:Initialize.c ∂
  72.                                :Sources:BareBones.h ∂
  73.                                :Sources:Prototypes.h
  74.     {PPCC} :Sources:Initialize.c -o {Targ} {PPCCOptions}
  75.  
  76. "{ObjDir•PPC}Menus.c.x" ƒ {•MondoBuild•} :Sources:Menus.c ∂
  77.                           :Sources:BareBones.h ∂
  78.                           :Sources:Prototypes.h
  79.     {PPCC} :Sources:Menus.c -o {Targ} {PPCCOptions}
  80.  
  81. "{ObjDir•PPC}Utilities.c.x" ƒ {•MondoBuild•} :Sources:Utilities.c ∂
  82.                               :Sources:BareBones.h ∂
  83.                               :Sources:Prototypes.h
  84.     {PPCC} :Sources:Utilities.c -o {Targ} {PPCCOptions}
  85.  
  86. "{ObjDir•PPC}Windows.c.x" ƒ {•MondoBuild•} :Sources:Windows.c ∂
  87.                             :Sources:BareBones.h ∂
  88.                             :Sources:Prototypes.h
  89.     {PPCC} :Sources:Windows.c -o {Targ} {PPCCOptions}
  90.  
  91. "{ObjDir•PPC}Lists.c.x" ƒ {•MondoBuild•} :Sources:Lists.c ∂
  92.                           :Sources:BareBones.h ∂
  93.                           :Sources:Prototypes.h
  94.     {PPCC} :Sources:Lists.c -o {Targ} {PPCCOptions}
  95.